prepare("delete from orders where order_no = $id") ; if($sql->execute()) header("location: orders.php") ; ?>